VerticalPosition Enumeration

Represents the vertical alignment of a frame relative to a specific area.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum VerticalPosition

Members

Top0 The top of the frame is aligned with the reference area.
Middle1 The middle of the frame is aligned with the reference area.
Bottom2 The bottom of the frame is aligned with the reference area.
FromTop3 The y attribute associated with the frame element specifies the vertical position of the frame. Otherwise, the y attribute is ignored for text documents.
Below4 The top corner of the frame is positioned below the reference area.
None5 None.

See Also